Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crashing when no tor ports are defined + Czech language #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

radimkarnis
Copy link

  • puppeteer is run with an argument port_arg, which is expected to be a string. When no tor ports are defined, port_arg is declared without a value and therefore is undefined, which results in a crash. This is fixed by declaring it as an empty string in the first place.
  • Czech language is fixed. (was loading the Slovak language instead)

Closes #2

@Alainfyf
Copy link

Alainfyf commented Mar 5, 2024

Hi radimkarnis,

I follow your correction and it works for some time. But after some months appear other problem I think not related with the first one.

The log that appears is: MMM-idos fetch error: TypeError: Cannot read properties of undefined (reading 'replace')

I try to solve the problem at the node but I couldn't find nothing...

Could you help me with that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MMM-idos fetch error: TypeError: Cannot read property 'startsWith' of undefined
2 participants